body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  display: block;
  overflow-x: hidden;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 500;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 20px;
}

a {
  color: #ff0182;
}

a:hover {
  color: #000;
}

nav {
  background-color: #ffffff;
}

.navbar-brand img {
  max-height: 120px;
}

.nav-link {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  margin: auto 10px;
}

.nav-link:hover {
  color: #ff0182;
}

section {
  padding: 80px 40px;
}
#hero {
  background-color: #000;
  color: #ff0182;
  text-align: center;
}

#hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 200;
  color: white;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.big {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 20px;
}

#fernanda div {
  width: 50%;
  padding-top: 30px;
}

#fernanda .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  width: 100%;
}

#fernanda .foto {
  width: 100%;
  max-width: 500px;
}

#fernanda .chi-sono {
  justify-content: center;
  flex-direction: column;
  display: inline-flex;
  padding: 0 20px;
}

#fernanda .icona {
  width: 24px;
  margin: 5px 15px 10px 0;
}

#fernanda ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}

#fernanda li a {
  color: #000;
  text-decoration: none;
}

#fernanda li a:hover {
  color: #ff0182;
  text-decoration: none;
}

#fernanda .button {
  padding: 15px 25px;
}

#fernanda .btn-outline-rosa {
  background-color: #fff;
  border-color: #000;
  border-width: 2px;
  color: #ff0182;
  border-radius: 30px;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

#competenze {
  background-color: #ff0182;
}

#competenze > .row-competenze {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
}

#competenze .titolo-cv {
  color: #fff;
}

#competenze .cp-progress-title {
  color: #fff;
  margin-bottom: 5px;
}

#competenze p {
  margin-top: 30px;
}

#esperienze > .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

#esperienze > .row-esperienze {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}

#esperienze > .col-sm-6 .row-jobs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px 0;
  width: 50%;
}

.card-text {
  margin-top: 10px !important;
}

#formazione {
  background-color: #f2f2f2;
}

#formazione .data {
  font-size: smaller;
  color: #444;
}

#formazione .corso {
  color: #000;
  font-weight: 500;
}

#formazione .titolo {
  text-align: left;
  margin-bottom: 40px;
}

#formazione .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
  width: 100%;
}

#formazione .list {
  width: 50%;
  padding-left: 20px;
}

#formazione ul {
  list-style-type: circle;
  line-height: 1.6rem;
}

footer {
  background-color: #000;
  padding: 40px;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}

hr.separatore {
  width: 100%;
  height: 0;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #fff;
}
div.infofooter {
  width: 100%;
  margin: 0 auto;
}

footer .copyright {
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
}

footer .dati {
  color: #777;
  font-size: small;
}

@media screen and (max-width: 600px) {
  #fernanda .flex-container {
    flex-direction: column;
  }
  #fernanda .flex-container > div {
    width: 100%;
    padding: 20px;
  }
  #formazione .flex-container {
    flex-direction: column;
  }
  #formazione .flex-container > div {
    width: 100%;
    padding-left: 0;
  }
}
